[FEAT] Add function to get app version (CU #86b3a5vyh)#5
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
fermuch
left a comment
There was a problem hiding this comment.
Ao tentar rodar acontece o seguinte:
== Compilation error in file lib/numscriptex.ex ==
** (File.Error) could not make directory (with -p) "/home/fermuch/Documentos/Dev/AYVU/numscriptex/_build/dev/lib/numscriptex/priv": file already exists
(elixir 1.18.0) lib/file.ex:346: File.mkdir_p!/1
lib/numscriptex.ex:52: (module)

PR Type
enhancement, tests
Description
Added
version/0function to retrieve app versions.Enhanced error handling with detailed error messages.
Updated internal processing functions for better operation handling.
Added tests for the new
version/0function.Changes walkthrough 📝
numscriptex.ex
Add version function and improve error handlinglib/numscriptex.ex
version/0function to return app versions.numscriptex_test.exs
Add tests for version function and error messagestest/numscriptex_test.exs
version/0function.